local t=owner.Character:FindFirstChildOfClass("Tool"); local c;c=t.AncestryChanged:Connect(function(_,w) if w and w:FindFirstChildOfClass("Humanoid") then c:Disconnect();t:Activate() end end)